home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4888 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news.tau.ac.il!usenet
  2. From: Avi Lev <avil@sapiens.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: File System Format Documentation
  5. Date: Wed, 06 Mar 1996 09:58:11 +0200
  6. Organization: Sapiens Technologies
  7. Message-ID: <313D4593.2961@sapiens.com>
  8. References: <4h2h53$cvg@handupme.avid.com> <4h7i4f$got@northshore.shore.net>
  9. NNTP-Posting-Host: honda.sapiens.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. farren user wrote:
  16. > Jun-shik_Whang@avid.com (Jun-Shik Whang) writes:
  17. > >just need to know the structure of an Amiga floppy disk format (i.e.
  18. > >its sector size, number of sectors per disk, location and structure of
  19. > >catalog/directory and block allocation information, etc..).  Would
  20. > >anyone know where I might find this information?
  21.  
  22. Well, the physical layout is: 80 tracks,11 sectors per track and 
  23. all data is MFM encoded, the first 2 blocks of track 0 are 
  24. bootblock code and for the rest you'll have to get your hands on 
  25. the 'Amiga guru book' which explains everything you want to know 
  26. about filing system and more mucho MORE!!! i don't think there's 
  27. online documentation about it even on the aminet because this 
  28. would take a long time to write and it's already written on 
  29. paper such as the book i've mentioned. i would like to develop 
  30. the same thing only in the opposite direction and i would 
  31. appreciate any pointers you might have on the mac side, i don't 
  32. think the mac has this kind of information online somewhere, 
  33. does it? sorry i couldn't be of more help but if you're 
  34. determined to do this, then follow the above advice and it'll 
  35. get you going in the right direction.
  36. Avi.
  37.